Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix logger crash #754

Merged
merged 1 commit into from
Sep 2, 2024
Merged

Fix logger crash #754

merged 1 commit into from
Sep 2, 2024

Conversation

jlaitine
Copy link

@jlaitine jlaitine commented Sep 1, 2024

This was one of the reason for sequential crashes in "flat" builds. Logger calls the version library with null errata pointer when logging in started. This may happen also during the boot depending on the parameters.

…u_version

It is legal to pass null pointers for those arguments which the caller is not interested of

Signed-off-by: Jukka Laitinen <[email protected]>
@jlaitine jlaitine merged commit f7b3b28 into main Sep 2, 2024
28 checks passed
@jlaitine jlaitine deleted the fix_logger_crash branch September 2, 2024 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants